home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Dec 90 / MacApp.Tech$ 12⁄14⁄90 / 2481-Re [?+1] cache-Dec90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  31 lines  |  [TEXT/GEOL]

  1.  
  2. Item    8031586                         10-Dec-90        15:40PST
  3.  
  4. From:   AUST0134                        Jam Software Sydney,IVR
  5.  
  6. To:     MACAPP.TECH$                    MacApp Technical
  7.  
  8. cc:     D2086                           Efficient Field Svc, C Faith,PRT
  9.  
  10. ------------------------------------------------------------------------------
  11.  
  12. Sub:    Re [?+1] cache
  13.  
  14. I found Curtis' discussion on the cache and timing very interesting.  Some time
  15. ago I had found also found that 128K seemed to be an optimal size for the cache
  16. (8M IIci, 300M Wren IV, sys 6.05).  After reading Curtis' link, I tried turning
  17. off the cache, and found that my app does indeed perform its disk access some
  18. 20% faster with the cache off.
  19.  
  20. I then went back to MPW, and tried a build with the cache off.  Here there was
  21. a significant performance degradation with no cache.  Compiling was some 20%
  22. slower, linking went from 205s with a 128K cache to 255s with no cache and rez
  23. went from 27s to 47s.  The most striking thing I found was that the MPW Set
  24. command took a looooong time with the cache off, and there are a lot of Set's
  25. in the MABuild process.  I wouldn't advise anybody do an MABuild with no cache.
  26.  
  27. Tseung Cheung
  28. JAM Software Pty Ltd
  29. ALink AUST0134
  30.  
  31.